jquery pause n seconds

44

jquery pause n seconds -

setTimeout(
  function() 
  {
    //do something special
  }, 5000);

Comments

Submit
0 Comments